1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmClass
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmClass))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtSearchByClassType = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel5 = New System.Windows.Forms.Panel()
36         Me.txtSearchByClass = New System.Windows.Forms.TextBox()
37         Me.Label5 = New System.Windows.Forms.Label()
38         Me.Panel4 = New System.Windows.Forms.Panel()
39         Me.cmbClassType = New System.Windows.Forms.ComboBox()
40         Me.Label2 = New System.Windows.Forms.Label()
41         Me.Label3 = New System.Windows.Forms.Label()
42         Me.txtClass = New System.Windows.Forms.TextBox()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.btnDelete = New System.Windows.Forms.Button()
45         Me.btnClose = New System.Windows.Forms.Button()
46         Me.btnUpdate = New System.Windows.Forms.Button()
47         Me.btnSave = New System.Windows.Forms.Button()
48         Me.btnNew = New System.Windows.Forms.Button()
49         Me.dgw = New System.Windows.Forms.DataGridView()
50         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Panel2 = New System.Windows.Forms.Panel()
53         Me.Label1 = New System.Windows.Forms.Label()
54         Me.lblUser = New System.Windows.Forms.Label()
55         Me.txtClassname = New System.Windows.Forms.TextBox()
56         Me.Panel1.SuspendLayout()
57         Me.Panel6.SuspendLayout()
58         Me.Panel5.SuspendLayout()
59         Me.Panel4.SuspendLayout()
60         Me.Panel3.SuspendLayout()
61         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
62         Me.Panel2.SuspendLayout()
63         Me.SuspendLayout()
64         
'
65         
'Panel1
66         
'
67         Me.Panel1.BackColor = System.Drawing.Color.White
68         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
69         Me.Panel1.Controls.Add(Me.Panel6)
70         Me.Panel1.Controls.Add(Me.Panel5)
71         Me.Panel1.Controls.Add(Me.Panel4)
72         Me.Panel1.Controls.Add(Me.Panel3)
73         Me.Panel1.Controls.Add(Me.dgw)
74         Me.Panel1.Controls.Add(Me.Panel2)
75         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
76         Me.Panel1.Name =
"Panel1"
77         Me.Panel1.Size = New System.Drawing.Size(
441, 593)
78         Me.Panel1.TabIndex =
2
79         
'
80         
'Panel6
81         
'
82         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
83         Me.Panel6.Controls.Add(Me.txtSearchByClassType)
84         Me.Panel6.Controls.Add(Me.Label4)
85         Me.Panel6.Location = New System.Drawing.Point(
164, 159)
86         Me.Panel6.Name =
"Panel6"
87         Me.Panel6.Size = New System.Drawing.Size(
148, 70)
88         Me.Panel6.TabIndex =
3
89         
'
90         
'txtSearchByClassType
91         
'
92         Me.txtSearchByClassType.BackColor = System.Drawing.Color.White
93         Me.txtSearchByClassType.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         Me.txtSearchByClassType.Location = New System.Drawing.Point(
13, 32)
95         Me.txtSearchByClassType.Name =
"txtSearchByClassType"
96         Me.txtSearchByClassType.Size = New System.Drawing.Size(
126, 21)
97         Me.txtSearchByClassType.TabIndex =
0
98         
'
99         
'Label4
100         
'
101         Me.Label4.AutoSize = True
102         Me.Label4.Location = New System.Drawing.Point(
10, 10)
103         Me.Label4.Name =
"Label4"
104         Me.Label4.Size = New System.Drawing.Size(
117, 13)
105         Me.Label4.TabIndex =
12
106         Me.Label4.Text =
"Search By Class Type :"
107         
'
108         
'Panel5
109         
'
110         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
111         Me.Panel5.Controls.Add(Me.txtSearchByClass)
112         Me.Panel5.Controls.Add(Me.Label5)
113         Me.Panel5.Location = New System.Drawing.Point(
9, 159)
114         Me.Panel5.Name =
"Panel5"
115         Me.Panel5.Size = New System.Drawing.Size(
153, 70)
116         Me.Panel5.TabIndex =
1
117         
'
118         
'txtSearchByClass
119         
'
120         Me.txtSearchByClass.BackColor = System.Drawing.Color.White
121         Me.txtSearchByClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         Me.txtSearchByClass.Location = New System.Drawing.Point(
13, 32)
123         Me.txtSearchByClass.Name =
"txtSearchByClass"
124         Me.txtSearchByClass.Size = New System.Drawing.Size(
135, 21)
125         Me.txtSearchByClass.TabIndex =
0
126         
'
127         
'Label5
128         
'
129         Me.Label5.AutoSize = True
130         Me.Label5.Location = New System.Drawing.Point(
10, 10)
131         Me.Label5.Name =
"Label5"
132         Me.Label5.Size = New System.Drawing.Size(
90, 13)
133         Me.Label5.TabIndex =
12
134         Me.Label5.Text =
"Search By Class :"
135         
'
136         
'Panel4
137         
'
138         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
139         Me.Panel4.Controls.Add(Me.cmbClassType)
140         Me.Panel4.Controls.Add(Me.Label2)
141         Me.Panel4.Controls.Add(Me.Label3)
142         Me.Panel4.Controls.Add(Me.txtClass)
143         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
145         Me.Panel4.Name =
"Panel4"
146         Me.Panel4.Size = New System.Drawing.Size(
297, 70)
147         Me.Panel4.TabIndex =
0
148         
'
149         
'cmbClassType
150         
'
151         Me.cmbClassType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
152         Me.cmbClassType.FormattingEnabled = True
153         Me.cmbClassType.Location = New System.Drawing.Point(
125, 38)
154         Me.cmbClassType.Name =
"cmbClassType"
155         Me.cmbClassType.Size = New System.Drawing.Size(
157, 23)
156         Me.cmbClassType.TabIndex =
1
157         
'
158         
'Label2
159         
'
160         Me.Label2.AutoSize = True
161         Me.Label2.Location = New System.Drawing.Point(
10, 38)
162         Me.Label2.Name =
"Label2"
163         Me.Label2.Size = New System.Drawing.Size(
72, 15)
164         Me.Label2.TabIndex =
5
165         Me.Label2.Text =
"Class Type :"
166         
'
167         
'Label3
168         
'
169         Me.Label3.AutoSize = True
170         Me.Label3.Location = New System.Drawing.Point(
10, 10)
171         Me.Label3.Name =
"Label3"
172         Me.Label3.Size = New System.Drawing.Size(
43, 15)
173         Me.Label3.TabIndex =
0
174         Me.Label3.Text =
"Class :"
175         
'
176         
'txtClass
177         
'
178         Me.txtClass.BackColor = System.Drawing.Color.White
179         Me.txtClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.txtClass.Location = New System.Drawing.Point(
125, 11)
181         Me.txtClass.Name =
"txtClass"
182         Me.txtClass.Size = New System.Drawing.Size(
157, 21)
183         Me.txtClass.TabIndex =
0
184         
'
185         
'Panel3
186         
'
187         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
188         Me.Panel3.Controls.Add(Me.btnDelete)
189         Me.Panel3.Controls.Add(Me.btnClose)
190         Me.Panel3.Controls.Add(Me.btnUpdate)
191         Me.Panel3.Controls.Add(Me.btnSave)
192         Me.Panel3.Controls.Add(Me.btnNew)
193         Me.Panel3.Location = New System.Drawing.Point(
318, 75)
194         Me.Panel3.Name =
"Panel3"
195         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
196         Me.Panel3.TabIndex =
2
197         
'
198         
'btnDelete
199         
'
200         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
201         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
202         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
203         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
204         Me.btnDelete.Name =
"btnDelete"
205         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
206         Me.btnDelete.TabIndex =
3
207         Me.btnDelete.Text =
"Delete"
208         Me.btnDelete.UseVisualStyleBackColor = True
209         
'
210         
'btnClose
211         
'
212         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
213         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
214         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
215         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
216         Me.btnClose.Name =
"btnClose"
217         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
218         Me.btnClose.TabIndex =
4
219         Me.btnClose.Text =
"Close"
220         Me.btnClose.UseVisualStyleBackColor = True
221         
'
222         
'btnUpdate
223         
'
224         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
225         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
226         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
228         Me.btnUpdate.Name =
"btnUpdate"
229         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
230         Me.btnUpdate.TabIndex =
2
231         Me.btnUpdate.Text =
"Update"
232         Me.btnUpdate.UseVisualStyleBackColor = True
233         
'
234         
'btnSave
235         
'
236         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
237         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
238         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
240         Me.btnSave.Name =
"btnSave"
241         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
242         Me.btnSave.TabIndex =
1
243         Me.btnSave.Text =
"Save"
244         Me.btnSave.UseVisualStyleBackColor = True
245         
'
246         
'btnNew
247         
'
248         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
249         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
250         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
252         Me.btnNew.Name =
"btnNew"
253         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
254         Me.btnNew.TabIndex =
0
255         Me.btnNew.Text =
"New"
256         Me.btnNew.UseVisualStyleBackColor = True
257         
'
258         
'dgw
259         
'
260         Me.dgw.AllowUserToAddRows = False
261         Me.dgw.AllowUserToDeleteRows = False
262         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
263         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
264         Me.dgw.BackgroundColor = System.Drawing.Color.White
265         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
266         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
267         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
268         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
269         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
270         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
271         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
272         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
273         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
274         Me.dgw.ColumnHeadersHeight =
24
275         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
276         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
277         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
278         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
279         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
280         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
281         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
282         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
283         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
284         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
285         Me.dgw.EnableHeadersVisualStyles = False
286         Me.dgw.GridColor = System.Drawing.Color.White
287         Me.dgw.Location = New System.Drawing.Point(
9, 255)
288         Me.dgw.MultiSelect = False
289         Me.dgw.Name =
"dgw"
290         Me.dgw.ReadOnly = True
291         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
292         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
293         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
294         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
295         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
296         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
297         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
298         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
299         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
300         Me.dgw.RowHeadersWidth =
25
301         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
302         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
303         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
304         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
305         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
306         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
307         Me.dgw.RowTemplate.Height =
18
308         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
309         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
310         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
311         Me.dgw.Size = New System.Drawing.Size(
329, 329)
312         Me.dgw.TabIndex =
1
313         
'
314         
'Column1
315         
'
316         Me.Column1.HeaderText =
"Class"
317         Me.Column1.Name =
"Column1"
318         Me.Column1.ReadOnly = True
319         
'
320         
'Column2
321         
'
322         Me.Column2.HeaderText =
"Class Type"
323         Me.Column2.Name =
"Column2"
324         Me.Column2.ReadOnly = True
325         Me.Column2.Width =
200
326         
'
327         
'Panel2
328         
'
329         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
330         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
331         Me.Panel2.Controls.Add(Me.Label1)
332         Me.Panel2.Controls.Add(Me.lblUser)
333         Me.Panel2.Controls.Add(Me.txtClassname)
334         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
335         Me.Panel2.Name =
"Panel2"
336         Me.Panel2.Size = New System.Drawing.Size(
420, 62)
337         Me.Panel2.TabIndex =
0
338         
'
339         
'Label1
340         
'
341         Me.Label1.AutoSize = True
342         Me.Label1.BackColor = System.Drawing.Color.Transparent
343         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         Me.Label1.ForeColor = System.Drawing.Color.White
345         Me.Label1.Location = New System.Drawing.Point(
141, 19)
346         Me.Label1.Name =
"Label1"
347         Me.Label1.Size = New System.Drawing.Size(
114, 24)
348         Me.Label1.TabIndex =
0
349         Me.Label1.Text =
"Class Entry"
350         
'
351         
'lblUser
352         
'
353         Me.lblUser.AutoSize = True
354         Me.lblUser.Location = New System.Drawing.Point(
278, 40)
355         Me.lblUser.Name =
"lblUser"
356         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
357         Me.lblUser.TabIndex =
5
358         Me.lblUser.Text =
"Label8"
359         Me.lblUser.Visible = False
360         
'
361         
'txtClassname
362         
'
363         Me.txtClassname.Location = New System.Drawing.Point(
281, 17)
364         Me.txtClassname.Name =
"txtClassname"
365         Me.txtClassname.Size = New System.Drawing.Size(
111, 20)
366         Me.txtClassname.TabIndex =
4
367         Me.txtClassname.Visible = False
368         
'
369         
'frmClass
370         
'
371         Me.AcceptButton = Me.btnSave
372         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
373         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
374         Me.BackColor = System.Drawing.Color.DarkSlateGray
375         Me.ClientSize = New System.Drawing.Size(
466, 620)
376         Me.Controls.Add(Me.Panel1)
377         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
378         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
379         Me.MaximizeBox = False
380         Me.MinimizeBox = False
381         Me.Name =
"frmClass"
382         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
383         Me.Panel1.ResumeLayout(False)
384         Me.Panel6.ResumeLayout(False)
385         Me.Panel6.PerformLayout()
386         Me.Panel5.ResumeLayout(False)
387         Me.Panel5.PerformLayout()
388         Me.Panel4.ResumeLayout(False)
389         Me.Panel4.PerformLayout()
390         Me.Panel3.ResumeLayout(False)
391         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
392         Me.Panel2.ResumeLayout(False)
393         Me.Panel2.PerformLayout()
394         Me.ResumeLayout(False)
395
396     End Sub
397     Friend WithEvents Panel1 As System.Windows.Forms.Panel
398     Friend WithEvents Panel4 As System.Windows.Forms.Panel
399     Friend WithEvents Label3 As System.Windows.Forms.Label
400     Friend WithEvents txtClass As System.Windows.Forms.TextBox
401     Friend WithEvents Panel3 As System.Windows.Forms.Panel
402     Friend WithEvents btnDelete As System.Windows.Forms.Button
403     Friend WithEvents btnClose As System.Windows.Forms.Button
404     Friend WithEvents btnUpdate As System.Windows.Forms.Button
405     Friend WithEvents btnSave As System.Windows.Forms.Button
406     Friend WithEvents btnNew As System.Windows.Forms.Button
407     Friend WithEvents dgw As System.Windows.Forms.DataGridView
408     Friend WithEvents Panel2 As System.Windows.Forms.Panel
409     Friend WithEvents Label1 As System.Windows.Forms.Label
410     Friend WithEvents Label2 As System.Windows.Forms.Label
411     Friend WithEvents txtClassname As System.Windows.Forms.TextBox
412     Friend WithEvents lblUser As System.Windows.Forms.Label
413     Friend WithEvents Panel5 As System.Windows.Forms.Panel
414     Friend WithEvents txtSearchByClass As System.Windows.Forms.TextBox
415     Friend WithEvents Label5 As System.Windows.Forms.Label
416     Friend WithEvents cmbClassType As System.Windows.Forms.ComboBox
417     Friend WithEvents Panel6 As System.Windows.Forms.Panel
418     Friend WithEvents txtSearchByClassType As System.Windows.Forms.TextBox
419     Friend WithEvents Label4 As System.Windows.Forms.Label
420     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
421     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
422
423 End Class


Gõ tìm kiếm nhanh...